ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Properties Class / GetValue Method / GetValue<T>(Int32,PropertyType) Method

The index of the property from which the data is to be obtained.

Property type.

In This Topic
    GetValue<T>(Int32,PropertyType) Method
    In This Topic
    Gets the value of the specified property by index.
    Syntax
    'Declaration
     
    Public Overloads Function GetValue(Of T As {New, Struct})( _
       ByVal index As System.Integer, _
       ByVal type As PropertyType _
    ) As T
    public T GetValue<T>( 
       System.int index,
       PropertyType type
    )
    where T: new(), struct

    Parameters

    index

    The index of the property from which the data is to be obtained.

    type
    Property type.

    Type Parameters

    T

    Return Value

    The value of the specified property by index.
    See Also